home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / seq_bus.sql < prev    next >
Text File  |  2000-05-12  |  566b  |  14 lines

  1. /* RCSVER $Id: seq_bus.sql,v 1.1 1999-04-07 15:25:12-05 randy CURRENT $ */
  2. /* *************************************************************************
  3. *        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. *
  5. * Name:        seq_bus.sql
  6. * Date:        /4/07/1999
  7. * memo:        Randy Wood
  8. * Description:    Create the seq_bus sequence.       
  9. *               This sequence is used to generate a unique key for the
  10. *        bus table.
  11. * Changes:
  12. ************************************************************************* */
  13. CREATE SEQUENCE seq_bus START WITH 1600000;
  14.